﻿2026-07-10T10:16:17.8074907Z ##[group]Run actions/checkout@v5
2026-07-10T10:16:17.8075134Z with:
2026-07-10T10:16:17.8075282Z   repository: SaberMage/spt-shell-notify
2026-07-10T10:16:17.8075460Z   path: .adapter-notify
2026-07-10T10:16:17.8077042Z   token: ***
2026-07-10T10:16:17.8077166Z   ssh-strict: true
2026-07-10T10:16:17.8077285Z   ssh-user: git
2026-07-10T10:16:17.8077411Z   persist-credentials: true
2026-07-10T10:16:17.8077548Z   clean: true
2026-07-10T10:16:17.8077673Z   sparse-checkout-cone-mode: true
2026-07-10T10:16:17.8077821Z   fetch-depth: 1
2026-07-10T10:16:17.8077935Z   fetch-tags: false
2026-07-10T10:16:17.8078055Z   show-progress: true
2026-07-10T10:16:17.8078188Z   lfs: false
2026-07-10T10:16:17.8078300Z   submodules: false
2026-07-10T10:16:17.8078422Z   set-safe-directory: true
2026-07-10T10:16:17.8078551Z env:
2026-07-10T10:16:17.8078666Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-10T10:16:17.8078827Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-10T10:16:17.8078972Z ##[endgroup]
2026-07-10T10:16:18.6498733Z Syncing repository: SaberMage/spt-shell-notify
2026-07-10T10:16:18.6499286Z ##[group]Getting Git version info
2026-07-10T10:16:18.6499820Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-07-10T10:16:18.6973247Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T10:16:18.7658781Z git version 2.43.0.windows.1
2026-07-10T10:16:18.7689871Z ##[endgroup]
2026-07-10T10:16:18.7698954Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\53a117b1-2b8c-421c-8359-192508bfa472\.gitconfig'
2026-07-10T10:16:18.7714046Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\53a117b1-2b8c-421c-8359-192508bfa472' before making global git config changes
2026-07-10T10:16:18.7714550Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T10:16:18.7719718Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-10T10:16:18.7969991Z ##[group]Initializing the repository
2026-07-10T10:16:18.7974945Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-10T10:16:18.9107695Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-10T10:16:18.9132807Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-10T10:16:18.9410979Z ##[endgroup]
2026-07-10T10:16:18.9411243Z ##[group]Disabling automatic garbage collection
2026-07-10T10:16:18.9415815Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T10:16:18.9663716Z ##[endgroup]
2026-07-10T10:16:18.9664019Z ##[group]Setting up auth
2026-07-10T10:16:18.9671296Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T10:16:19.0504028Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T10:16:19.9590236Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T10:16:19.9849059Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T10:16:21.0617046Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T10:16:21.0854919Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T10:16:22.4071417Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T10:16:22.4435142Z ##[endgroup]
2026-07-10T10:16:22.4435545Z ##[group]Determining the default branch
2026-07-10T10:16:22.4437383Z Retrieving the default branch name
2026-07-10T10:16:22.8726314Z Default branch 'main'
2026-07-10T10:16:22.8726694Z ##[endgroup]
2026-07-10T10:16:22.8726916Z ##[group]Fetching the repository
2026-07-10T10:16:22.8732942Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-10T10:16:23.6669485Z From https://github.com/SaberMage/spt-shell-notify
2026-07-10T10:16:23.6669923Z  * [new branch]      main       -> origin/main
2026-07-10T10:16:23.6793345Z ##[endgroup]
2026-07-10T10:16:23.6793587Z ##[group]Determining the checkout info
2026-07-10T10:16:23.6794653Z ##[endgroup]
2026-07-10T10:16:23.6799751Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T10:16:23.7087570Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T10:16:23.7335355Z ##[group]Checking out the ref
2026-07-10T10:16:23.7341213Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-10T10:16:23.7676107Z branch 'main' set up to track 'origin/main'.
2026-07-10T10:16:23.7676333Z Reset branch 'main'
2026-07-10T10:16:23.7698847Z ##[endgroup]
2026-07-10T10:16:23.7945140Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T10:16:23.8162534Z ee2d37eadc730c0019e0af82d683074c509634a2
